Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix game filters not applying #367

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Conversation

ACrazyTown
Copy link
Contributor

FlxGame filters need to be set via the setFilters() function otherwise they'll get overwritten in update

@Geokureli
Copy link
Member

Geokureli commented Nov 24, 2024

So previously we were setting it directly, here. If this is bad practice we should take it out and maybe find a way to throw a warning in flixel

@Geokureli
Copy link
Member

I created HaxeFlixel/flixel#3293

Effects/Filters/source/PlayState.hx Outdated Show resolved Hide resolved
@Geokureli Geokureli merged commit 2ffc93b into HaxeFlixel:dev Nov 24, 2024
8 checks passed
@Geokureli
Copy link
Member

Thanks!

@Geokureli Geokureli added this to the next patch milestone Dec 11, 2024
@Geokureli Geokureli added the Bug label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants